home *** CD-ROM | disk | FTP | other *** search
- From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- Date: Thu, 10 Feb 94 13:20:35 +0100
- Message-Id: <9402101220.AA29893@issan.informatik.uni-dortmund.de>
- To: itschere@techfak.uni-bielefeld.de
- In-Reply-To: <9402101046.AA07674@pirol.techfak.uni-bielefeld.de> (itschere@TechFak.Uni-Bielefeld.DE)
- Subject: Re: mintlibs42 and gcc...
-
- itschere@TechFak.Uni-Bielefeld.DE writes:
-
- |> Huhu!
- |> I'm having some severe problems with the MiNTlibs Pl42, which go like this:
- [...]
- |> GCC257 stops compiling at the first part of libgxx2.c with:
- |> libgcc2.c:132: no data type for mode `XF'
-
- This can be fixed by disabling the XFmode stuff, by changing the line
-
- #define LONG_DOUBLE_TYPE_SIZE 96
-
- into
-
- #define LONG_DOUBLE_TYPE_SIZE 64
-
- (should be anywhere at the beginning of libgcc2.c; i don't have the
- source at hand, it may be a bit different). Apparently, bammi has
- disabled long double support in the atari port of gcc, presumably
- because we don't have emulation code for XFmode yet (it will only work
- with a fpu).
-
- Andreas.
-